home *** CD-ROM | disk | FTP | other *** search
- # Defaults for kexec initscript
- # sourced by kexec-tools.config, /etc/init.d/kexec and /etc/init.d/kexec-load
-
- # Load a kexec kernel (true/false)
- LOAD_KEXEC=true
-
- # Kernel and initrd image
- # Unused: tails-reconfigure-kexec appends the correct values to this file
- # at boot time.
- KERNEL_IMAGE=/vmlinux
- INITRD=/initrd.img
-
- # If empty, use current /proc/cmdline
- APPEND=""
- case "$RUNLEVEL" in
- 6)
- APPEND="${APPEND} sdmem=reboot sdmemopts=vllf"
- ;;
- *)
- APPEND="${APPEND} sdmem=halt sdmemopts=vllf"
- ;;
- esac
-